const net/http.http2maxFrameSize
7 uses
net/http (current package)
h2_bundle.go#L1105: } else if conf.MaxReadFrameSize > http2maxFrameSize {
h2_bundle.go#L1106: conf.MaxReadFrameSize = http2maxFrameSize
h2_bundle.go#L1136: http2setDefault(&conf.MaxReadFrameSize, http2minMaxFrameSize, http2maxFrameSize, http2defaultMaxReadFrameSize)
h2_bundle.go#L1982: http2maxFrameSize = 1<<24 - 1
h2_bundle.go#L2024: fr.SetMaxReadFrameSize(http2maxFrameSize)
h2_bundle.go#L2033: if v > http2maxFrameSize {
h2_bundle.go#L2034: v = http2maxFrameSize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)